Release 10.1A: OpenEdge Development:
Progress 4GL Reference


X-noderef object handle

A handle to a reference to an XML node. The X-noderef object is a 4GL object that is a reference to any arbitrary node in an XML tree except a document node. You create the handle and assign it to a handle variable with the CREATE X-NODEREF statement.

Syntax

x-noderef-handle [ :attribute | :method ] 

x-noderef-handle

A handle variable that references an X-noderef object. You can use this handle as a parameter or return-value for attributes and methods that provide access to the underlying XML node.

attribute

An attribute of the X-noderef object.

method

A method of the X-noderef object.

Attributes

Methods

See also

CREATE X-NODEREF statement


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095